Initialisation

Created Mittwoch 02 November 2016

This section sums up the commonly used values of the user parameter initOption and its conversion from its predecessors initType

From ClaRa 1.2.0 on the initialisation of ClaRa components is based on locally defined choices (using annotations). For this the formerly used types ("ClaRa.Basics.Choices.Init") were converted to Integers. The following list gives an overview of the commonly used integers and their meaning. Please note that due to the local character of the init option definition it is also possible and feasible to give two init options in two different models the same Integer values. However, we recommend to treat equal things equally. Therefore, we list commonly used init options and their Integer representations:

General 0-199

0 → "Free initialisation, use guess values" (formerly "noInit")
1 → "Steady state in all states of the model" (formerly often referred to as "steadyState")

Fluid States 201 - 500


201 → "Steady state in pressure" (formery steadyPressure)
202 → "Steady state in specific enthalpy" (formerly steadyEnthalpy)
203 → "Steady state in temperature" (formerly often referred to as steadyTemperature)
204 → "Fixed level" (formerly steadyDensity)
205 → "Steady density/mass and pressure" (formerly steadyDensityPressure)
206 → "Steady state in enthalpy, pressure and momentum"
207 → "Steady in composition"
208 → "Steady state in pressure and enthalpy" (formerly sometimes referred to as steadyState)
209 → "Steady in pressure, enthalpy and volume fraction" (formerly sometimes referred to as steadyState)
210 → "Steady density" (formerly steadyDensity)
211 → "Fixed values in level, enthalpies and pressures"
212 → "Fixed values in mass and enthalpies"
213 → "Fixed value in temperature"

Control States 501- 800


501 → no init (use start values as guess values)
502 → steady (integrator) state
503 → initial output (if applicable, considering man/auto mode)
504 → force auto output
505 → force manual output

Mechanic States 801-1000


801 → Steady masses (formerly sometimes referred to as steadyDensity)
802 → Fixed phi
803 → Fixed RPM
804 → Fixed RPM and fixed phi

Chemical States 1001 - 1300




Backlinks: ClaRa:A User Guide:Revisions:v1.2.0